home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / DefineButton2_43 / BUTTONCONDACTION on(keyPress Space).as
Encoding:
Text File  |  2001-10-27  |  131 b   |  7 lines

  1. on(keyPress "<Space>"){
  2.    setProperty("gameover1", _X, "1200");
  3.    level -= "1";
  4.    call("nextlevel");
  5.    gotoAndStop(9);
  6. }
  7.